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
194f1dd80f79f6e9b8e9b9b0efb33c7d9ae70981
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: 37ms 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