Added datetime to unit tests that depended on it.

This commit is contained in:
skarg
2007-01-22 22:13:34 +00:00
parent 344ba775fd
commit b6fcd46b93
15 changed files with 28 additions and 26 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ CFLAGS = -Wall -I. -Itest -DTEST -DTEST_ANALOG_OUTPUT -g
# NOTE: this file is normally called by the unittest.sh from up directory
SRCS = bacdcode.c \
bacstr.c \
bigend.c \
datetime.c \
bacapp.c \
bactext.c \
indtext.c \
+1 -1
View File
@@ -9,7 +9,7 @@ CFLAGS = -Wall -I. -Itest -DTEST -DTEST_ANALOG_VALUE -g
# NOTE: this file is normally called by the unittest.sh from up directory
SRCS = bacdcode.c \
bacstr.c \
bigend.c \
datetime.c \
bacapp.c \
bactext.c \
indtext.c \
+1 -1
View File
@@ -9,7 +9,7 @@ CFLAGS = -Wall -I. -Itest -DTEST -DTEST_BINARY_OUTPUT -g
# NOTE: this file is normally called by the unittest.sh from up directory
SRCS = bacdcode.c \
bacstr.c \
bigend.c \
datetime.c \
bacapp.c \
bactext.c \
indtext.c \
+1 -1
View File
@@ -9,7 +9,7 @@ CFLAGS = -Wall -I. -Itest -DTEST -DTEST_BINARY_VALUE -g
# NOTE: this file is normally called by the unittest.sh from up directory
SRCS = bacdcode.c \
bacstr.c \
bigend.c \
datetime.c \
bacapp.c \
bactext.c \
indtext.c \
+1 -1
View File
@@ -8,7 +8,7 @@ CFLAGS = -Wall -I. -Itest -DTEST -DTEST_DEVICE -g
# NOTE: this file is normally called by the unittest.sh from up directory
SRCS = bacdcode.c \
bigend.c \
datetime.c \
bacstr.c \
bacapp.c \
bactext.c \
+1 -1
View File
@@ -9,7 +9,7 @@ CFLAGS = -Wall -I. -Itest -DTEST -DTEST_LOAD_CONTROL -g
# NOTE: this file is normally called by the unittest.sh from up directory
SRCS = bacdcode.c \
bacstr.c \
bigend.c \
datetime.c \
demo/object/lc.c \
test/ctest.c
+1 -1
View File
@@ -9,7 +9,7 @@ CFLAGS = -Wall -I. -Itest -DTEST -DTEST_LIFE_SAFETY_POINT -g
# NOTE: this file is normally called by the unittest.sh from up directory
SRCS = bacdcode.c \
bacstr.c \
bigend.c \
datetime.c \
bacapp.c \
bactext.c \
indtext.c \
+1 -1
View File
@@ -9,7 +9,7 @@ CFLAGS = -Wall -I. -Itest -DTEST -DTEST_MULTISTATE_OUTPUT -g
# NOTE: this file is normally called by the unittest.sh from up directory
SRCS = bacdcode.c \
bacstr.c \
bigend.c \
datetime.c \
bacapp.c \
bactext.c \
indtext.c \