From 12a4a429f3bb217c1cb9ce1eb9056251f496a3ef Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Thu, 25 Feb 2021 12:06:06 +0100 Subject: Updated README --- README.md | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 2bd0427..a2bbfcf 100644 --- a/README.md +++ b/README.md @@ -4,15 +4,4 @@ libasm project of school 42. ## Test -Clone the test [repository](https://github.com/HappyTramp/libasm_test) next to this project folder. - -``` -. -|- libasm -|- libasm_test -``` - -``` -cd libasm_test -make runbonus -``` +Tested with [libasm\_test](https://github.com/cacharle/libasm_test) [![Build Status](https://api.travis-ci.com/cacharle/libasm_test.svg?branch=master)](https://travis-ci.com/cacharle/libasm_test). -- cgit