fix names, add shared make file

This commit is contained in:
Andreas Gieriet
2020-02-10 00:54:45 +01:00
parent 6921ec60be
commit 0cbc2bda70
5 changed files with 65 additions and 4 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# what to produce
TARGET := lib/libprogctest.a
TARGET := lib/libsnptest.a
# public headers
HEADERS := include/test_utils.h
+1 -1
View File
@@ -9,7 +9,7 @@
*/
/**
* @file
* @brief Common test utilities for writing PROGC tests.
* @brief Common test utilities for writing SNP tests.
*/
#ifndef _TEST_UTILS_H_
#define _TEST_UTILS_H_
+1 -1
View File
@@ -161,7 +161,7 @@ static void test_assert_lines_no_newline_at_the_end(void)
*/
int main(void)
{
TestMainBasic("PROGC Test Lib", setup, teardown
TestMainBasic("SNP Test Lib", setup, teardown
, test_remove_file_that_exists
, test_remove_file_that_does_not_exist
, test_assert_lines_empty_file