2021-10-22 15:02:54 +02:00
2021-10-22 15:02:54 +02:00
2021-10-22 11:39:12 +02:00
2021-10-22 10:26:25 +02:00
2021-10-22 11:39:12 +02:00
2021-10-22 11:36:56 +02:00

42test

Unit Testing for 42 Projects

Setup

git clone --recurse-submodules https://vogsphere.baco.net/baco/42test.git 42test
cd 42test
git config pull.rebase false
git config user.name "marvin"
git config user.email "marvin@42lausanne.ch"

# -OR-

git clone https://vogsphere.baco.net/baco/42test.git
cd 42test
git submodule update --init
git config pull.rebase false
git config user.name "marvin"
git config user.email "marvin@42lausanne.ch"

Update

cd 42test
make update

LibFT Unit Testing

Library Forty-Two like a mini Libc for string and memory functions.

Description
Unit Testing for 42 Projects
Readme 223 KiB
Languages
C 77.2%
Makefile 21.5%
Shell 1.3%