Skip to content

Commit b7279f6

Browse files
committed
unittest: Remove tmp directory from repository and create it during build
This fixes out of tree builds. Signed-off-by: Stefan Weil <sw@weilnetz.de>
1 parent bd95c9d commit b7279f6

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

unittest/Makefile.am

+7
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,13 @@ endif
155155

156156
TESTS = $(check_PROGRAMS)
157157

158+
.PHONY: all
159+
160+
all: tmp
161+
162+
tmp:
163+
mkdir -p tmp
164+
158165
# List of source files needed to build the executable:
159166

160167
apiexample_test_SOURCES = apiexample_test.cc

unittest/tmp/README.md

-3
This file was deleted.

0 commit comments

Comments
 (0)