Logo
Explore Help
Sign In
laentropia/Calculator
1
0
Fork 0
You've already forked Calculator
Code Issues 3 Pull Requests Actions Packages Projects 1 Releases Wiki Activity
Files
79f7e327ff06c3a5aeb5cf1e0f5186195531d40f
Calculator/test/CMakeLists.txt

11 lines
215 B
CMake
Raw Normal View History

Jut setting all up for the calculator
2026-02-28 13:59:02 -06:00
find_package(cmocka REQUIRED)
First test added, changed signature for using pointers beacause i forgot you can't actually change a parameter because c copies everything, stupid from me to forget that
2026-03-05 08:27:36 -06:00
add_executable(test_nodeArray test_ASTNodeArray.c)
Jut setting all up for the calculator
2026-02-28 13:59:02 -06:00
First test added, changed signature for using pointers beacause i forgot you can't actually change a parameter because c copies everything, stupid from me to forget that
2026-03-05 08:27:36 -06:00
target_link_libraries(test_nodeArray
Jut setting all up for the calculator
2026-02-28 13:59:02 -06:00
calculator_lib
cmocka::cmocka
)
First test added, changed signature for using pointers beacause i forgot you can't actually change a parameter because c copies everything, stupid from me to forget that
2026-03-05 08:27:36 -06:00
add_test(NAME nodeArray_tests COMMAND test_nodeArray)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 27ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API