Skip to content

Commit

Permalink
Valid lib package in python
Browse files Browse the repository at this point in the history
  • Loading branch information
MasloMaslane committed Mar 21, 2024
1 parent ecbf715 commit c5d6093
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/packages/lib/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ time_limit: 1000
scores:
1: 50
2: 50
extra_compilation_files: [liblib.cpp, liblib.h, liblib.py]
extra_compilation_files: [liblib.cpp, liblib.h]
extra_compilation_args:
cpp: [liblib.cpp]
extra_execution_files:
py: [liblib.py]
sinol_expected_scores:
lib.cpp:
expected:
Expand Down

0 comments on commit c5d6093

Please sign in to comment.