File tree Expand file tree Collapse file tree 2 files changed +10492
-119
lines changed Expand file tree Collapse file tree 2 files changed +10492
-119
lines changed Original file line number Diff line number Diff line change @@ -50,8 +50,6 @@ clean-test: ## remove test and coverage artifacts
50
50
lint : # # check style with flake8
51
51
flake8
52
52
53
- test : # # run tests quickly with the default Python
54
- py.test tests/func
55
53
56
54
57
55
test-all : # # run tests on every Python version with tox
@@ -85,13 +83,12 @@ install: clean ## install the package to the active Python's site-packages
85
83
python setup.py install
86
84
test : $(TESTS )
87
85
88
- check : test
89
- ./$<
86
+ check : test_insn_tests
87
+ ./$<
90
88
91
89
TESTS = test_insn_tests
92
- test_instr_tests
93
90
94
- test_insn_tests : test_insn_tests.cpp asm.h asm_16.h
95
- $(CXX) $(CXXFLAGS) -I./include -isystem /usr/local/include \
96
- -L/usr/local/lib -lpthread -lgtest_main \
97
- -o $@ $<
91
+ test_insn_tests : test_insn_tests.cpp asm.h asm_16.h asm.cpp
92
+ $(CXX ) $(CXXFLAGS ) -I./include -isystem /usr/local/include -Wno-overflow \
93
+ -L/usr/local/lib -lpthread -lgtest_main \
94
+ -o $@ $<
You can’t perform that action at this time.
0 commit comments