Skip to content

Commit

Permalink
unittest: Remove tmp directory from repository and create it during b…
Browse files Browse the repository at this point in the history
…uild

This fixes out of tree builds.

Signed-off-by: Stefan Weil <[email protected]>
  • Loading branch information
stweil committed Mar 8, 2019
1 parent bd95c9d commit b7279f6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
7 changes: 7 additions & 0 deletions unittest/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,13 @@ endif

TESTS = $(check_PROGRAMS)

.PHONY: all

all: tmp

tmp:
mkdir -p tmp

# List of source files needed to build the executable:

apiexample_test_SOURCES = apiexample_test.cc
Expand Down
3 changes: 0 additions & 3 deletions unittest/tmp/README.md

This file was deleted.

0 comments on commit b7279f6

Please sign in to comment.