libsheepy

C lib for handling text files, strings and json like data structure with an object oriented system
git clone https://spartatek.se/git/libsheepy.git
Log | Files | Refs | README | LICENSE

runTests.sh (299B)


      1 gcc -mrdrnd -g3 -std=gnu99 -c -DunitTest -fprofile-arcs -ftest-coverage -Wall -Wextra libsheepy.c
      2 gcc -g3 -std=gnu99 -o libsheepyUnitTests libsheepy.o libsheepyTest.c -pthread -lcheck_pic -lrt -lm -fprofile-arcs -ftest-coverage -lsubunit -rdynamic
      3 
      4 chmod 222 writeOnlyText.null
      5 ./libsheepyUnitTests