testing on linux

This commit is contained in:
2025-01-29 10:51:20 -08:00
parent 569ea396c0
commit 58d3ec9e71
8 changed files with 50 additions and 12 deletions

View File

@@ -5,7 +5,8 @@ set( SOURCES
main.cpp
test_tart.cpp
)
add_executable(${PROJECT_NAME} ${SOURCES} )
target_link_libraries(${PROJECT_NAME} PickleLib TartLib)
target_link_libraries(${PROJECT_NAME} TartLib PickleLib)
add_test(${PROJECT_NAME} "${CMAKE_SOURCE_DIR}/bin/testing.exe")

View File

@@ -1,4 +1,4 @@
#include <tart.h>
#include "../includes/tart.h"
#include <Pickler.h>
bool rgb_test(struct tart_rgb* lhs, struct tart_rgb* rhs);