Commit 1a284d60 authored by garciay's avatar garciay
Browse files

Add LibGtp codets Torturetests

parent 858c4ede
Loading
Loading
Loading
Loading
+29 KiB

File added.

No diff preview for this file type.

+11 KiB

File added.

No diff preview for this file type.

+152 KiB

File added.

No diff preview for this file type.

+9 KiB

File added.

No diff preview for this file type.

+16 −0
Original line number Original line Diff line number Diff line
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace TestCastTortureAdapter
{
    class Program
    {
        static void Main(string[] args)
        {
            TortureAdapter adapter = new TortureAdapter();
            adapter.run();
        }
    }
}
Loading