Skip to content
Snippets Groups Projects
Commit 3fff080d authored by Pedro Gonnet's avatar Pedro Gonnet
Browse files

added second test with conflicts.

parent defda215
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ AUTOMAKE_OPTIONS=gnu
# Add the source directory and debug to CFLAGS
AM_CFLAGS = -g -Wall -Werror -I../src $(OPENMP_CFLAGS) -DCPU_TPS=2.67e9
AM_LDFLAGS =
AM_LDFLAGS = -lm
# Set-up the library
bin_PROGRAMS = test
......
......@@ -271,7 +271,7 @@ AUTOMAKE_OPTIONS = gnu
# Add the source directory and debug to CFLAGS
AM_CFLAGS = -g -Wall -Werror -I../src $(OPENMP_CFLAGS) -DCPU_TPS=2.67e9
AM_LDFLAGS =
AM_LDFLAGS = -lm
# Sources for test
test_SOURCES = test.c
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment