Corrected unit test builds on Linux.

This commit is contained in:
skarg
2007-08-31 22:05:02 +00:00
parent d2fa7d44c6
commit 8aa905ce68
5 changed files with 13 additions and 7 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
/* declare a single physical layer using your compiler define.
see datalink.h for possible defines. */
#if !(defined(BACDL_ETHERNET) || defined(BACDL_ARCNET) || defined(BACDL_MSTP) || defined(BACDL_BIP))
#if !(defined(BACDL_ETHERNET) || defined(BACDL_ARCNET) || defined(BACDL_MSTP) || defined(BACDL_BIP) || defined(BACDL_TEST))
#define BACDL_BIP
#endif