Skip to content

Commit

Permalink
- removed old test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
nlohmann committed Dec 28, 2014
1 parent 23006bd commit b60fe6e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 429 deletions.
8 changes: 2 additions & 6 deletions Makefile.am
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
noinst_PROGRAMS = json json_unit
TESTS = ./json ./json_unit
noinst_PROGRAMS = json_unit
TESTS = ./json_unit

FLAGS = -Wall -Wextra -pedantic -Weffc++ -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wdisabled-optimization -Wformat=2 -Winit-self -Wmissing-declarations -Wmissing-include-dirs -Wold-style-cast -Woverloaded-virtual -Wredundant-decls -Wshadow -Wsign-conversion -Wsign-promo -Wstrict-overflow=5 -Wswitch -Wundef -Wno-unused -Wnon-virtual-dtor -Wreorder

json_SOURCES = src/JSON.cc src/JSON.h test/JSON_test.cc
json_CXXFLAGS = $(FLAGS) -Weffc++ -std=c++11
json_CPPFLAGS = -I$(top_srcdir)/src

json_unit_SOURCES = src/JSON.cc src/JSON.h test/catch.hpp test/JSON_unit.cc
json_unit_CXXFLAGS = $(FLAGS) -std=c++11
json_unit_CPPFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/test -Dprivate=public
Expand Down

0 comments on commit b60fe6e

Please sign in to comment.