mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-10 22:00:54 +01:00
I have to comment out the `add_subdirectory(fuzz)` in order to allow cmake to finish the configuring step on Windows.
8 lines
240 B
C++
8 lines
240 B
C++
// This file is part of the Luau programming language and is licensed under MIT License; see LICENSE.txt for details
|
|
#include <doctest.h>
|
|
|
|
// Var, Bool, And, Or, Not, Implies
|
|
|
|
TEST_SUITE_BEGIN("EqSatPropositionalLogic");
|
|
|
|
TEST_SUITE_END();
|