repo.or.cz
/
libnbds.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add test infrastructure and a single thread test for spsc_queue
[libnbds.git]
/
test
/
Makefile.am
blob
2be54bd546bdc7c8ea66af45951b0fc99f19ef39
1
# libnbds
2
#
3
# Copyright (C) 2013 Paweł Dziepak
4
5
AUTOMAKE_OPTIONS = 1.4 foreign
6
7
AM_CFLAGS = -Wall -Wextra -Werror -pedantic --std=gnu99 -I../src
8
LDADD = ../src/libnbds.la
9
10
TESTS = spsc_queue_s
11
12
check_PROGRAMS = $(TESTS)
13
14
spsc_queue_s_SOURCES = spsc_queue_s.c