add read file functionality
This commit is contained in:
@@ -3,7 +3,7 @@ CFLAGS=-Wall -I../src/include -DDEBUG -g
|
||||
SRC=test.c
|
||||
OBJ=$(SRC:.c=.o)
|
||||
|
||||
OBJ+=../src/random.o
|
||||
OBJ+=../src/random.o ../src/read_file.o
|
||||
|
||||
all: test
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
* El programa de test
|
||||
*/
|
||||
int main(int argc, char **argv) {
|
||||
int pass;
|
||||
//int pass;
|
||||
int passed = 0;
|
||||
int failed = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user