DataMuseum.dkPresents historical artifacts from the history of: Rational R1000/400 Tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Rational R1000/400 Tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - downloadIndex: ┃ B T ┃
Length: 765 (0x2fd) Types: TextFile Names: »B«
└─⟦149519bd4⟧ Bits:30000546 8mm tape, Rational 1000, !projects 93-07-13 └─ ⟦124ff5788⟧ »DATA« └─⟦this⟧ └─⟦f64eaa120⟧ Bits:30000752 8mm tape, Rational 1000, !projects 93 02 16 └─ ⟦6f12a12be⟧ »DATA« └─⟦this⟧
with Log; with Build_Rpc_Servers; with Compilation; procedure Run_Test is Test_Library : constant String := "$$"; Output_Library : constant String := Test_Library & ".Test_Output"; Input_Library : constant String := Test_Library & ".Test_Input"; begin Log.Set_Output (To_Be => Output_Library & ".Test_Subs_Log"); Compilation.Destroy (Unit => Output_Library & ".@??", Threshold => 99, Limit => "<ALL_WORLDS>", Response => "<PROFILE>"); Build_Rpc_Servers (For_Package => Input_Library & ".Complex_Number", Promote => True, In_Library => Output_Library, Response => "<PROFILE>"); end Run_Test;