diff --git a/v3/gen-C++ b/v3/gen-C++ index a1d9b2d..d676c37 100755 --- a/v3/gen-C++ +++ b/v3/gen-C++ @@ -1 +1 @@ -c++ -o test_memory_C++ -std=c++11 -I. memory.cpp memory_Context.cpp main.cpp +c++ -o test_memory_C++ -std=c++11 -I. memory.cpp memory_Context.cpp memory_test.cpp main.cpp