Skip to content

Commit 6afc0d6

Browse files
committed
Put tests in subdir
1 parent 429d3b9 commit 6afc0d6

File tree

4 files changed

+9
-1
lines changed

4 files changed

+9
-1
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[submodule "async-test"]
2-
path = async-test
2+
path = tests/async-test
33
url = git@github.com:alxvasilev/async-test.git

tests/Makefile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
promise-test: promise-test.cpp
2+
g++ -I.. -Iasync-test promise-test.cpp -o ./promise-test
3+
all: promise-test
4+
clean:
5+
rm ./promise-test
6+
run: promise-test
7+
./promise-test
8+
File renamed without changes.

0 commit comments

Comments
 (0)