summaryrefslogtreecommitdiff
path: root/tests/test-progs/threads/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-progs/threads/src/Makefile')
-rw-r--r--tests/test-progs/threads/src/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/test-progs/threads/src/Makefile b/tests/test-progs/threads/src/Makefile
new file mode 100644
index 000000000..e5abfd0f5
--- /dev/null
+++ b/tests/test-progs/threads/src/Makefile
@@ -0,0 +1,3 @@
+
+../bin/x86/linux/threads: threads.cpp
+ g++ -o ../bin/x86/linux/threads threads.cpp -pthread -std=c++11