Skip to content

Commit f484fcb

Browse files
committed
Updates after renames in asyncTest
1 parent 4ed5f89 commit f484fcb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
promise-test: promise-test.cpp
2-
g++ -I.. -Iasync-test/include promise-test.cpp -o ./promise-test
1+
promise-test: ../promise.hpp async-test/include/*
2+
g++ -std=c++11 -O0 -g -fsanitize=address -I.. -Iasync-test/include promise-test.cpp -o ./promise-test
33
all: promise-test
44
clean:
55
rm -f ./promise-test

0 commit comments

Comments
 (0)