Fiext tart.h from some errors. Added all functions from tart.h and added testing.
This commit is contained in:
@@ -2,7 +2,7 @@ project(TartTest)
|
||||
set( SOURCES
|
||||
main.cpp
|
||||
)
|
||||
add_executable(${PROJECT_NAME} ${SOURCES})
|
||||
target_include_directory(${PROJECT_NAME} Pickler)
|
||||
add_executable(${PROJECT_NAME} ${SOURCES} )
|
||||
target_link_libraries(${PROJECT_NAME} PickleLib TartLib)
|
||||
|
||||
add_test(${PROJECT_NAME} "${CMAKE_SOURCE_DIR}/bin/testing.exe")
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
#include "test_tart.h"
|
||||
#include <Pickler.h>
|
||||
int main (int argc, char *argv[]) {
|
||||
|
||||
INSTALLSHELF;
|
||||
return 0;
|
||||
}
|
||||
|
||||
2
testing/test_tart.h
Normal file
2
testing/test_tart.h
Normal file
@@ -0,0 +1,2 @@
|
||||
#include <tart.h>
|
||||
#include <Pickler.h>
|
||||
Reference in New Issue
Block a user