Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable more tests on non-Windows. #6199

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions src/test/api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ Copyright (c) 2015 Microsoft Corporation

--*/

#ifdef _WINDOWS
#include "api/z3.h"
#include "api/z3_private.h"
#include <iostream>
Expand Down Expand Up @@ -112,7 +111,3 @@ void tst_api() {
test_bvneg();
test_mk_distinct();
}
#else
void tst_api() {
}
#endif
5 changes: 0 additions & 5 deletions src/test/dl_product_relation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ Copyright (c) 2015 Microsoft Corporation

--*/

#ifdef _WINDOWS
#include "ast/reg_decl_plugins.h"
#include "muz/base/dl_context.h"
#include "muz/fp/dl_register_engine.h"
Expand Down Expand Up @@ -362,7 +361,3 @@ void tst_dl_product_relation() {
test_finite_product_relation(fparams, params);

}
#else
void tst_dl_product_relation() {
}
#endif
7 changes: 0 additions & 7 deletions src/test/dl_relation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ Copyright (c) 2015 Microsoft Corporation

--*/

#ifdef _WINDOWS

#include "ast/reg_decl_plugins.h"
#include "muz/base/dl_context.h"
#include "muz/fp/dl_register_engine.h"
Expand Down Expand Up @@ -296,8 +294,3 @@ void tst_dl_relation() {
datalog::test_interval_relation();
datalog::test_bound_relation();
}

#else
void tst_dl_relation() {
}
#endif
5 changes: 0 additions & 5 deletions src/test/matcher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ Module Name:
Revision History:

--*/
#ifdef _WINDOWS
#include "ast/substitution/matcher.h"
#include "ast/ast_pp.h"
#include "ast/reg_decl_plugins.h"
Expand Down Expand Up @@ -110,7 +109,3 @@ void tst1() {
void tst_matcher() {
tst1();
}
#else
void tst_matcher() {
}
#endif
6 changes: 0 additions & 6 deletions src/test/memory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ Copyright (c) 2015 Microsoft Corporation

--*/

#ifdef _WINDOWS
#include "api/z3.h"
#include "api/z3_private.h"
#include <iostream>
Expand Down Expand Up @@ -59,8 +58,3 @@ void tst_memory() {
Z3_reset_memory();

}

#else
void tst_memory() {
}
#endif
5 changes: 0 additions & 5 deletions src/test/no_overflow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ Module Name:
Revision History:

--*/
#ifdef _WINDOWS

#include "api/z3.h"
#include "util/trace.h"
Expand Down Expand Up @@ -724,7 +723,3 @@ void tst_no_overflow() {
}
}
}
#else
void tst_no_overflow() {
}
#endif
6 changes: 0 additions & 6 deletions src/test/simplifier.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ Copyright (c) 2015 Microsoft Corporation

--*/

#ifdef _WINDOWS
#include "api/z3.h"
#include "api/z3_private.h"
#include <iostream>
Expand Down Expand Up @@ -214,8 +213,3 @@ void tst_simplifier() {
test_bool();
test_skolemize_bug();
}

#else
void tst_simplifier() {
}
#endif