Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/c10udburst/uw-testy
https://github.com/c10udburst/uw-testy
mimuw university-of-warsaw
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/c10udburst/uw-testy
- Owner: C10udburst
- Created: 2022-11-25T15:13:25.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-09T11:33:47.000Z (9 months ago)
- Last Synced: 2024-05-02T00:06:41.131Z (6 months ago)
- Topics: mimuw, university-of-warsaw
- Homepage:
- Size: 740 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jak odpalić testy
Połączyć się zdalnie z labami: https://lk.mimuw.edu.pl/pl/praca-zdalna/ssh
## [SameGame](https://github.com/C10udburst/wdp-testy/tree/samegame)
```bash
git clone -b samegame https://github.com/C10udburst/wdp-testy.git
cd wdp-testy
cp SCIEZKA/DO/KODU.c main.c
bash ./porownaj.sh
```## [Palindrom](https://github.com/C10udburst/wdp-testy/tree/palindrom)
```bash
git clone -b palindrom https://github.com/C10udburst/wdp-testy.git
cd wdp-testy
cp SCIEZKA/DO/KODU.c main.c
bash ./porownaj.sh
```## [Życie](https://github.com/C10udburst/wdp-testy/tree/life)
```bash
git clone -b life https://github.com/C10udburst/wdp-testy.git
cd wdp-testy
cp SCIEZKA/DO/KODU.c main.c
bash ./porownaj.sh
```## [PW-Lockfree](https://github.com/C10udburst/wdp-testy/tree/pw-lockfree)
```bash
git clone https://github.com/C10udburst/uw-testy.git -b pw-lockfree
cp SCIEZKA/DO/PROJEKTU/*.{h,c} ./uw-testy/
cd uw-testy
cmake .
make
./tester
```