diff src/parallel_execution/CMakeLists.txt @ 323:131a04a70dd8

Use generate_stub for stack_test
author Tatsuki IHA <e125716@ie.u-ryukyu.ac.jp>
date Tue, 21 Mar 2017 16:07:30 +0900
parents 366baa247572
children 7d664be4efa5
line wrap: on
line diff
--- a/src/parallel_execution/CMakeLists.txt	Tue Mar 21 03:58:31 2017 +0900
+++ b/src/parallel_execution/CMakeLists.txt	Tue Mar 21 16:07:30 2017 +0900
@@ -83,6 +83,6 @@
   TARGET
       stack_test
   SOURCES 
-      test/stack_test.c SingleLinkedStack.cbc
+      test/stack_test.cbc SingleLinkedStack.cbc
 )