Skip to content

Commit f990dc9

Browse files
committed
fix archive location for cpputest builder
1 parent ec8996d commit f990dc9

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.gitignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
TempoDb_CppUTest_tests
2-
libTempoDb_CppUTest.a
1+
tempodb_tests
2+
tempodb_tests.txt
3+
lib/test/libtempodb.a
34
objs/
45
a.out
56
examples/example-authed.c

CppUTest/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ TEST_SRC_DIRS = \
1717
INCLUDE_DIRS =\
1818
include
1919

20+
CPPUTEST_LIB_DIR = lib
21+
2022
include $(CPPUTEST_HOME)/build/MakefileWorker.mk
2123

2224
#these are a sample of the other alternative flag settings

lib/test/libtempodb.a

-26.5 KB
Binary file not shown.

tempodb_tests

-381 KB
Binary file not shown.

tempodb_tests.txt

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)