Skip to content

Commit

Permalink
cleanup of flags in test/unit autotools build
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Aug 18, 2020
1 parent 4d6e4f8 commit 7067c63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
# Parallel builds don't currently work in this directory.
.NOTPARALLEL:

# Put together AM_CPPFLAGS and AM_LDFLAGS.
include $(top_srcdir)/set_flags.am
# Find the pio.mod file.
AM_CPPFLAGS = -I$(top_srcdir)/src/flib

# Build the test for make check.
check_PROGRAMS = pio_unit_test_driver
Expand Down

0 comments on commit 7067c63

Please sign in to comment.