Skip to content

Commit af8d46f

Browse files
author
thk123
committed
Reverting manually commited fixes
1 parent e73a884 commit af8d46f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

appveyor.yml

-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ build_script:
5656
call "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" x64
5757
sed -i "s/BUILD_ENV[ ]*=.*/BUILD_ENV = MSVC/" src/config.inc
5858
make -C src -j2
59-
make -C src symex.dir -j2
6059
6160
test_script:
6261
- cmd: |

regression/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ DIRS = ansi-c \
1212
invariants \
1313
strings \
1414
strings-smoke-tests \
15+
symex \
1516
test-script \
1617
# Empty last line
1718

0 commit comments

Comments
 (0)