Skip to content

Commit

Permalink
Added: product-lines.
Browse files Browse the repository at this point in the history
  • Loading branch information
S1eGa committed Apr 18, 2024
1 parent e0d9bc1 commit b6e2d9d
Show file tree
Hide file tree
Showing 4 changed files with 3,403 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
# utbotc_tests

Tested:

- [ ] sqlite_merged_comb.c
- [x] elevator_spec1_product03.cil.c
8 changes: 8 additions & 0 deletions product-lines/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
project(elevator_spec1_product03.cil)

set(CMAKE_C_FLAGS "-m32")

set(CMAKE_C_COMPILER clang)
set(CMAKE_CPP_COMPILER clang++)

add_executable(elevator_spec1_product03.cil elevator_spec1_product03.cil.c)
Loading

0 comments on commit b6e2d9d

Please sign in to comment.