Cleanup: powerpc: Use "long" and "int" to clarify load/store macros
[librseq.git] / tests / Makefile.am
1 # SPDX-License-Identifier: MIT
2 #
3 # Copyright (C) 2019 Michael Jeanson <mjeanson@efficios.com>
4 #
5
6 AM_CFLAGS += -I$(top_srcdir)/include -I$(top_builddir)/include
7
8 noinst_PROGRAMS = basic_percpu_ops_test
9
10 basic_percpu_ops_test_SOURCES = basic_percpu_ops_test.c
11 basic_percpu_ops_test_LDADD = $(top_builddir)/src/librseq.la
12
13 TESTS = basic_percpu_ops_test
This page took 0.039993 seconds and 5 git commands to generate.